翻訳と辞書 |
Bit Test The BT x86 assembly language instruction stands for Bit Test and was added to the x86 instruction set with the 80386 processor. BT copies a bit from a given register to the carry flag.〔(【引用サイトリンク】 title=BT - Bit Test )〕 Example: copy the third least significant bit from EAX to the carry flag
BTS (Bit Test and Set) operates the same, but also sets the bit in the register,〔(【引用サイトリンク】 title=BTS - Bit Test and Set )〕 while BTR (Bit Test and Reset) resets it,〔(【引用サイトリンク】 title=BTR - Bit Test and Reset )〕 and BTC (Bit Test and Complement) flips it.〔(【引用サイトリンク】 title=BTC -- Bit Test and Complement )〕 == References ==
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Bit Test」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|